-
Notifications
You must be signed in to change notification settings - Fork 22
fix(ci): setup C++ when building releases #1041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great... I'll wait for CI :)
The windows failure reflects the fact that the tool does not work in conjunction with MSVC. This is now blocked by #997 |
5d129bc
to
3076876
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1041 +/- ##
========================================
Coverage 85.48% 85.48%
========================================
Files 307 307
Lines 23850 23850
========================================
Hits 20387 20387
Misses 3463 3463 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Setup C++ in releases, same as used for building. Note this causes windows releases to use msvc rather than mingw.
If supporting mingw is explicitly desired then I suggest giving it its own distinct build where it is used throughout the process, rather than building with msvc but testing against mingw.